projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d7b49b
)
Run full Travis builds on all non-PR branches
author
Alex Crichton
<alex@alexcrichton.com>
Thu, 19 Jan 2017 17:02:19 +0000
(09:02 -0800)
committer
Alex Crichton
<alex@alexcrichton.com>
Thu, 19 Jan 2017 17:21:32 +0000
(09:21 -0800)
This'll result in duplicate work when merging, but otherwise we're not uploading
docs.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 501f2d1b2a14e2cf9e1bc9b7c7057e00581ab833..9f316daae25ef54f8035ba89a3dfd4afb2b06255 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-104,7
+104,7
@@
before_script:
fi
script:
- >
- if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_
BRANCH" != "auto-cargo
" ]; then
+ if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_
PULL_REQUEST" != "false
" ]; then
echo skipping, not a full build;
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
SRC=. src/ci/run.sh $TARGET;